home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / AMOS / AMOSList0597 / AMOSLIST / text0143.txt < prev    next >
Encoding:
Text File  |  1997-06-01  |  911 b   |  23 lines

  1.  
  2. Cameron James Bonde wrote:
  3. ----------
  4. > I while back I wrote a cool game, but it got pretty big. Then for no 
  5. > reason ALL the jump/looping/procedure commands couldn`t find their 
  6. > destination/connected command! eg Do without loop. No setup defined. This 
  7. > was done in 1.3 but I tried it with pro and still nothing. Was this just 
  8. > a faulty/corrupt file or is this a genuine problem. The code seems fine 
  9. > and very close to older, working versions.
  10.  
  11. Be careful with the size of your 'Do-Loops', etc... if they get too big
  12. you will get a bunch of weird errors. I even have gotten:
  13.  'Wait for disk access to stop' errors because of 'Do-Loop' lengths.
  14.  And I have also gotten the usual 'Software Failure' errors, because
  15.  of 'Do-Loop' lengths, you can get the same problems with too many
  16.  goto's ,etc...
  17. Use gosubs, and shorten the 'Do-Loops' as much as possible.
  18.  
  19. Robert W. Benjamin
  20. rwbenjamin@sosbbs.com 
  21.  
  22.  
  23.